home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- positionSprite([2, 3])
- end
-
- on positionSprite sprList
- repeat with spr in sprList
- theLoc = (the member of sprite spr).regPoint
- set the loc of sprite spr to 2 * theLoc
- end repeat
- updateStage()
- end
-
- on setregpoint
- repeat with i = 1 to 75
- member(i, "draggablesSwitch").regPoint = point(0, 0)
- end repeat
- end
-